public abstract class SOAnimationRunningCommand extends SOAnimationCommand
Modifier and Type | Field and Description |
---|---|
boolean |
bouncing |
float |
delay |
float |
duration |
boolean |
reversed |
int |
turns |
layer
Constructor and Description |
---|
SOAnimationRunningCommand(int layer,
int turns,
boolean reversed,
boolean bouncing,
float delay,
float duration) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
public int turns
public boolean reversed
public boolean bouncing
public float delay
public float duration
public SOAnimationRunningCommand(int layer, int turns, boolean reversed, boolean bouncing, float delay, float duration)
public java.lang.String toString()
toString
in class SOAnimationCommand